home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / install.dxr / Internal_425.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  229 b   |  9 lines

  1. on StartCopy srcFile, DestFile
  2.   global gFileObj, gCopyID, gCopyTicks, gBufferSize
  3.   set gCopyID to gFileObj(mCopyFileTaskNew, srcFile, DestFile, gCopyTicks, gBufferSize)
  4.   if gCopyID = 0 then
  5.     CopyErr()
  6.     exit
  7.   end if
  8. end
  9.